home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00006_Script_F3 < prev    next >
Text File  |  1995-05-04  |  531b  |  20 lines

  1. on enterFrame
  2.   global gSliderBar, myLine, gVolume
  3.   
  4.   blankBut
  5.   puppetPalette 201
  6.   patchPal
  7.   set the video of cast 101 to true
  8.   set the controller of cast 101 to gSliderBar
  9.   set the volume of sprite 24 to gVolume
  10.   repeat with inc = 2 to 17
  11.     puppetSprite inc, true
  12.   end repeat
  13.   set the castNum of sprite 11 to 61
  14.   set the locH of sprite 3 to 591
  15.   set the locH of sprite 4 to 594
  16.   set the locH of sprite 5 to 596
  17.   set the locH of sprite 6 to 592
  18.   set the locH of sprite 7 to 591
  19.   updatestage
  20. end